home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / 173c_utl.zip / MU-EDIT.DOC < prev    next >
Text File  |  1987-05-30  |  5KB  |  145 lines

  1. Doc file for  MU-EDIT v0.22  30 May 87
  2.  
  3.  
  4. Sysop,
  5.  MU-EDIT is a prototype of a program which I'm developing. The reason for 
  6.   releasing it in this form, is to invite opinions, and suggestions. Also, in 
  7.   it's current form it has lot of features that SysOp's can make use of.  I 
  8.   and at least 3 other SysOp's use this program for various reason.  As 
  9.   delivered, it is believed to be as reliable as a production version would 
  10.   be.
  11.  
  12.  Please keep in mind that this program has lots of rought edges !!!.  It was 
  13.  intended that several features function the same as in RBBS.  This is true in 
  14.  most cases. There are places where this editor doesn't function as RBBS does.
  15.  
  16.  
  17.  
  18.  
  19. Program Load
  20. ------------
  21.  From the commandline specify ...
  22. MU-EDIT [msg filespec] [/first name to scan for] [/second name to scan for] 
  23.  
  24.  ex.
  25.  MU-EDIT mainm.def /sysop/kim wells
  26.  
  27.  The names SYSOP and Kim Wells will be flagged if the program detects msgs 
  28.  have been written or are waiting for those names. The name in the first 
  29.  switch will be the name used in the  NAME FROM  when repling to msgs.
  30.  
  31.  
  32. Global commands
  33. ---------------
  34.  These commands can be used with those functions in which one would possible 
  35. do multiple times. 
  36.  A        Do the the specified function to  ALL  messages
  37.  M        Do the the specified function to  MY   messages 
  38.  F        Do the the specified function to  MSGS FROM  me
  39.  T        Do the the specified function to  MSGS TO   me
  40.  -        From the Specifed msg backwards
  41.  +        From the Specifed msg forwards
  42.  *        From the last msg read forwards
  43.  
  44.  
  45. Menu commands
  46. -------------
  47. D)oors    - Allows you to run and external program (not one written in BASIC)
  48.              If no program was specifed SYSOP will simply drop to DOS.
  49.              Ex.    D;C:\DOS\DISKCOPY a: b:
  50.  
  51. E)nter    - Brings up the message editor
  52.  
  53. G)oodbye  - Terminates the program
  54.  
  55. H)elp     - Display a summary of what the commands are
  56.  
  57. J)oin     - Allows you to join a conference. The function works just the 
  58.              commandline on program load. The conference file name must be a 
  59.              full DOS FILESPEC. If you want the program to scan the message 
  60.              base for a name, you can specify which names by adding them to 
  61.              the join command.
  62.              Ex.    J;H:MAINM.DEF /SYSOP/Kim Wells
  63.  
  64. K)ill     - Kills a message
  65.             Ex.     K;4570
  66.  
  67. P)ersonal - Scans the current file for your messages.
  68.  
  69. Q)uick    - Display message subjects like that in RBBS
  70.              Ex.   Q;4571
  71.  
  72. R)ead     - Allows you to read the specified messages.
  73.              Ex.   R;1299;2194
  74.  
  75.            When reading msgs, a new menu will be shown that allows the 
  76.             following commands:
  77.  
  78.             C)opy      - Copy the current msg to a new conference
  79.             F)ile      - Copy the current msg to a file called RBBS.MSG
  80.             H)eader    - Modify the msgs header,  FROM, TO, SUBJ.
  81.             K)ill      - Kill the current msgs
  82.             M)ove      - Move the current msg to a new conference
  83.             P)rint     - Print the current msg
  84.             Q)uit      - Quit reading msgs
  85.             R)eply     - Reply to the current msg
  86.  
  87.  
  88. S)can     - Display the message header like in RBBS
  89.              Ex.   S;3019
  90.  
  91. V)eiw     - Not functioning
  92.  
  93. W)ho      - Not functioning
  94.  
  95. 3         - Recovers messages that were killed
  96.              Ex.   3;t
  97.  
  98. 8         - File message(S) to a file called RBBS.MSG located on the drive 
  99.              that the current conference file is.
  100.              Ex.
  101.  
  102. 9         - Print message(s) to the default printer
  103.              Ex.   9;t
  104.  
  105. 10        - Not functioning
  106.  
  107. 11        - Not functioning
  108.  
  109. 12        - Not functioning
  110.  
  111. 13        - Not functioning
  112.  
  113. 14        - Diplay the comtent of the checkpoint record
  114.  
  115. 15        - Diplay message(s) headers
  116.              Ex.  15;3465;1985 
  117.  
  118. 16        - Inport a file to the message base. Suggest that the file be 
  119.              formatted to have less then 72 characters per line.
  120.  
  121. 17        - Re-edit a message
  122.  
  123. 18        - Move message(s) to a different conference.
  124.              Ex.  18;t;4325;9847
  125.  
  126. 19        - Copy message(s) to a different conference
  127.              Ex.  19;f;2341;8759
  128.  
  129.  
  130.  
  131. Notes...
  132.  The commands K,Q,R,S,3,8,9,10,14,15,16,17,18,19  will take multiple 
  133.   message numbers and global commands which are separated by semi-colons.
  134.  
  135.  The commands that are listed as   !! DO NOT USE !! are currently undergoing 
  136.  work.
  137.  
  138.  Additional features of; msg and user file purging and resizing, and user file
  139.  editing are to be added.
  140.  
  141.  Kim Wells
  142. D:301-350-1299
  143. V:301-350-4570
  144. 
  145.